←Select platform

SetChannelSamples16(short[],int) Method

Summary
Sets 16-bit data for a channel.
Syntax
C#
VB
C++
public int SetChannelSamples16( 
   short[] samples, 
   int count 
) 
Public Overloads Function SetChannelSamples16( _ 
   ByVal samples() As Short, _ 
   ByVal count As Integer _ 
) As Integer 
public: 
int SetChannelSamples16(  
   array<short>^ samples, 
   int count 
)  

Parameters

samples
Buffer that holds the new channel sample

count
Size of the channel sample buffer

Return Value

The actual number of samples set for the channel.

Remarks
Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.